Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update twine from 1.8.1 to 1.11.0 #196

Merged
merged 3 commits into from
May 8, 2018
Merged

Update twine from 1.8.1 to 1.11.0 #196

merged 3 commits into from
May 8, 2018

Conversation

MrMeemus
Copy link
Contributor

@MrMeemus MrMeemus commented May 8, 2018

During publish step we encounter this issue:
pypa/twine#342

Updating twine is the fix.

Added missing colon to default prompt for user name.

Added format fix for version display on prompt.

@@ -63,7 +63,7 @@ def configure_and_update_options(options):

if not options.integrated_auth:
if not options.username:
options.username = input(u'Username (press enter for sa)') or u'sa'
options.username = input(u'Username (press enter for sa):') or u'sa'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR of the month right here! This has bugged me for so long :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My mistake is finally corrected

@MrMeemus MrMeemus merged commit 3b4a451 into master May 8, 2018
@MrMeemus MrMeemus deleted the ron/twine_update branch May 8, 2018 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants